Color Hex Logo

#cbe555 Color Hex

#CBE555
(203,229,85)
0 Favorites   0 Comments

Color spaces of #cbe555

RGB 20322985
HSL0.200.730.62
HSV71°63°90°
CMYK 0.110.000.63   0.10
XYZ54.287669.391019.1269
Yxy69.39100.38020.4859
Hunter Lab83.3013-29.448444.6972
CIE-Lab86.6973-27.811165.0540

#cbe555 color RGB value is (203,229,85).

#cbe555 hex color red value is 203, green value is 229 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #cbe555 hue: 0.20 , saturation: 0.73 and the lightness value of cbe555 is 0.62.

The process color (four color CMYK) of #cbe555 color hex is 0.11, 0.00, 0.63, 0.10. Web safe color of #cbe555 is #cccc66. Color #cbe555 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 01010101
Octal 313 345 125
Decimal 203 229 85
Hex CB E5 55

RGB Percentages of Color #cbe555

%39.26
%44.29
%16.44

CMYK Percentages of Color #cbe555

%11
%0
%63
%10

Triadic Colors of #cbe555

#cbe555 #55cbe5 #e555cb

Analogous Colors of #cbe555

#cbe555 #83e555 #e5b755

Monochromatic Colors of #cbe555

#cbe555

Complementary Color

#cbe555 #6f55e5

#cbe555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe555 Color CSS Codes

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

#cbe555 Text Font Color

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

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


#cbe555 Background Color

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

This div background color is #cbe555


#cbe555 Border Color

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

This div border color is #cbe555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe555


Comments

No comments written yet.

Please login to write comment.