Color Hex Logo

#cbe055 Color Hex

#CBE055
(203,224,85)
0 Favorites   0 Comments

Color spaces of #cbe055

RGB 20322485
HSL0.190.690.61
HSV69°62°88°
CMYK 0.090.000.62   0.12
XYZ52.923966.663718.6723
Yxy66.66370.38280.4822
Hunter Lab81.6478-27.180543.5943
CIE-Lab85.3338-25.437263.5977

#cbe055 color RGB value is (203,224,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 01010101
Octal 313 340 125
Decimal 203 224 85
Hex CB E0 55

RGB Percentages of Color #cbe055

%39.65
%43.75
%16.60

CMYK Percentages of Color #cbe055

%9
%0
%62
%12

Triadic Colors of #cbe055

#cbe055 #55cbe0 #e055cb

Analogous Colors of #cbe055

#cbe055 #86e055 #e0b055

Monochromatic Colors of #cbe055

#cbe055

Complementary Color

#cbe055 #6a55e0

#cbe055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe055 Color CSS Codes

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

#cbe055 Text Font Color

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

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


#cbe055 Background Color

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

This div background color is #cbe055


#cbe055 Border Color

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

This div border color is #cbe055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe055


Comments

No comments written yet.

Please login to write comment.