Color Hex Logo

#cbe02c Color Hex

#CBE02C
(203,224,44)
0 Favorites   0 Comments

Color spaces of #cbe02c

RGB 20322444
HSL0.190.740.53
HSV67°80°88°
CMYK 0.090.000.80   0.12
XYZ51.738966.189712.4318
Yxy66.18970.39690.5077
Hunter Lab81.3571-28.858047.8901
CIE-Lab85.0931-27.492977.2725

#cbe02c color RGB value is (203,224,44).

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

The process color (four color CMYK) of #cbe02c color hex is 0.09, 0.00, 0.80, 0.12. Web safe color of #cbe02c is #cccc33. Color #cbe02c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 00101100
Octal 313 340 54
Decimal 203 224 44
Hex CB E0 2C

RGB Percentages of Color #cbe02c

%43.10
%47.56
%9.34

CMYK Percentages of Color #cbe02c

%9
%0
%80
%12

Triadic Colors of #cbe02c

#cbe02c #2ccbe0 #e02ccb

Analogous Colors of #cbe02c

#cbe02c #71e02c #e09b2c

Monochromatic Colors of #cbe02c

#cbe02c

Complementary Color

#cbe02c #412ce0

#cbe02c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe02c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe02c Color CSS Codes

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

#cbe02c Text Font Color

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

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


#cbe02c Background Color

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

This div background color is #cbe02c


#cbe02c Border Color

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

This div border color is #cbe02c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe02c


Comments

No comments written yet.

Please login to write comment.