color codes Logo

#cbe40e color codes

#CBE40E
(203,228,14)
0 Favorites   0 Comments

Color spaces of #cbe40e

RGB 20322814
HSL0.190.880.47
HSV67°94°89°
CMYK 0.110.000.94   0.11
XYZ52.451368.215010.8178
Yxy68.21500.39890.5188
Hunter Lab82.5924-31.178050.0490
CIE-Lab86.1138-30.027483.4274

#cbe40e color RGB value is (203,228,14).

#cbe40e hex color red value is 203, green value is 228 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cbe40e hue: 0.19 , saturation: 0.88 and the lightness value of cbe40e is 0.47.

The process color (four color CMYK) of #cbe40e color code is 0.11, 0.00, 0.94, 0.11. Web safe color of #cbe40e is #cccc00. Color #cbe40e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 00001110
Octal 313 344 16
Decimal 203 228 14
Hex CB E4 E

RGB Percentages of Color #cbe40e

%45.62
%51.24
%3.15

CMYK Percentages of Color #cbe40e

%11
%0
%94
%11

Triadic Colors of #cbe40e

#cbe40e #0ecbe4 #e40ecb

Analogous Colors of #cbe40e

#cbe40e #60e40e #e4920e

Monochromatic Colors of #cbe40e

#cbe40e

Complementary Color

#cbe40e #270ee4

#cbe40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe40e Color CSS Codes

.mybgcolor {background-color:#cbe40e; } 
.myforecolor {color:#cbe40e; }
.mybordercolor {border:3px solid #cbe40e; }

#cbe40e Text Font Color

<p style="color:#cbe40e">Text here</p>

This sample text font color is #cbe40e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cbe40e Background Color

<div style="background-color:#cbe40e">
Div content here</div>

This div background color is #cbe40e


#cbe40e Border Color

<div style="border:3px solid #cbe40e">
Div here</div>

This div border color is #cbe40e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,228,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbe40e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbe40e;
  -webkit-box-shadow: 1px 1px 3px 2px #cbe40e;
  box-shadow:         1px 1px 3px 2px #cbe40e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,228,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cbe40e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cbe40e;
  -webkit-box-shadow: 1px 1px 3px 2px #cbe40e;
  box-shadow:         1px 1px 3px 2px #cbe40e;">
Div content here</div>

This div box has shadow with color #cbe40e


Comments

No comments written yet.

Please login to write comment.