Color Hex Logo

#cbe008 Color Hex

#CBE008
(203,224,8)
0 Favorites   0 Comments

Color spaces of #cbe008

RGB 2032248
HSL0.180.930.45
HSV66°96°88°
CMYK 0.090.000.96   0.12
XYZ51.328166.025410.2686
Yxy66.02540.40220.5174
Hunter Lab81.2560-29.442549.3865
CIE-Lab85.0094-28.215483.1180

#cbe008 color RGB value is (203,224,8).

#cbe008 hex color red value is 203, green value is 224 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #cbe008 hue: 0.18 , saturation: 0.93 and the lightness value of cbe008 is 0.45.

The process color (four color CMYK) of #cbe008 color hex is 0.09, 0.00, 0.96, 0.12. Web safe color of #cbe008 is #cccc00. Color #cbe008 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 00001000
Octal 313 340 10
Decimal 203 224 8
Hex CB E0 8

RGB Percentages of Color #cbe008

%46.67
%51.49
%1.84

CMYK Percentages of Color #cbe008

%9
%0
%96
%12

Triadic Colors of #cbe008

#cbe008 #08cbe0 #e008cb

Analogous Colors of #cbe008

#cbe008 #5fe008 #e08908

Monochromatic Colors of #cbe008

#cbe008

Complementary Color

#cbe008 #1d08e0

#cbe008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe008 Color CSS Codes

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

#cbe008 Text Font Color

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

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


#cbe008 Background Color

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

This div background color is #cbe008


#cbe008 Border Color

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

This div border color is #cbe008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe008


Comments

No comments written yet.

Please login to write comment.