Color Hex Logo

#cbe955 Color Hex

#CBE955
(203,233,85)
0 Favorites   0 Comments

Color spaces of #cbe955

RGB 20323385
HSL0.200.770.62
HSV72°64°91°
CMYK 0.130.000.64   0.09
XYZ55.407271.630219.5001
Yxy71.63020.37810.4888
Hunter Lab84.6346-31.253245.5836
CIE-Lab87.7903-29.689866.2146

#cbe955 color RGB value is (203,233,85).

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

The process color (four color CMYK) of #cbe955 color hex is 0.13, 0.00, 0.64, 0.09. Web safe color of #cbe955 is #ccff66. Color #cbe955 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101001 01010101
Octal 313 351 125
Decimal 203 233 85
Hex CB E9 55

RGB Percentages of Color #cbe955

%38.96
%44.72
%16.31

CMYK Percentages of Color #cbe955

%13
%0
%64
%9

Triadic Colors of #cbe955

#cbe955 #55cbe9 #e955cb

Analogous Colors of #cbe955

#cbe955 #81e955 #e9bd55

Monochromatic Colors of #cbe955

#cbe955

Complementary Color

#cbe955 #7355e9

#cbe955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe955 Color CSS Codes

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

#cbe955 Text Font Color

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

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


#cbe955 Background Color

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

This div background color is #cbe955


#cbe955 Border Color

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

This div border color is #cbe955


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,233,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 #cbe955">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe955


Comments

No comments written yet.

Please login to write comment.