Color Hex Logo

#cbe04e Color Hex

#CBE04E
(203,224,78)
0 Favorites   0 Comments

Color spaces of #cbe04e

RGB 20322478
HSL0.190.700.59
HSV69°65°88°
CMYK 0.090.000.65   0.12
XYZ52.659466.557917.2792
Yxy66.55790.38580.4876
Hunter Lab81.5830-27.553944.5506
CIE-Lab85.2802-25.892566.3403

#cbe04e color RGB value is (203,224,78).

#cbe04e hex color red value is 203, green value is 224 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cbe04e hue: 0.19 , saturation: 0.70 and the lightness value of cbe04e is 0.59.

The process color (four color CMYK) of #cbe04e color hex is 0.09, 0.00, 0.65, 0.12. Web safe color of #cbe04e is #cccc66. Color #cbe04e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 01001110
Octal 313 340 116
Decimal 203 224 78
Hex CB E0 4E

RGB Percentages of Color #cbe04e

%40.20
%44.36
%15.45

CMYK Percentages of Color #cbe04e

%9
%0
%65
%12

Triadic Colors of #cbe04e

#cbe04e #4ecbe0 #e04ecb

Analogous Colors of #cbe04e

#cbe04e #82e04e #e0ac4e

Monochromatic Colors of #cbe04e

#cbe04e

Complementary Color

#cbe04e #634ee0

#cbe04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe04e Color CSS Codes

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

#cbe04e Text Font Color

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

This sample text font color is #cbe04e
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.


#cbe04e Background Color

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

This div background color is #cbe04e


#cbe04e Border Color

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

This div border color is #cbe04e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe04e


Comments

No comments written yet.

Please login to write comment.