Color Hex Logo

#cbe07b Color Hex

#CBE07B
(203,224,123)
0 Favorites   0 Comments

Color spaces of #cbe07b

RGB 203224123
HSL0.200.620.68
HSV72°45°88°
CMYK 0.090.000.45   0.12
XYZ54.859467.437928.8643
Yxy67.43790.36290.4461
Hunter Lab82.1206-24.466836.6448
CIE-Lab85.7246-22.167046.9088

#cbe07b color RGB value is (203,224,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 01111011
Octal 313 340 173
Decimal 203 224 123
Hex CB E0 7B

RGB Percentages of Color #cbe07b

%36.91
%40.73
%22.36

CMYK Percentages of Color #cbe07b

%9
%0
%45
%12

Triadic Colors of #cbe07b

#cbe07b #7bcbe0 #e07bcb

Analogous Colors of #cbe07b

#cbe07b #99e07b #e0c37b

Monochromatic Colors of #cbe07b

#cbe07b

Complementary Color

#cbe07b #907be0

#cbe07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe07b Color CSS Codes

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

#cbe07b Text Font Color

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

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


#cbe07b Background Color

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

This div background color is #cbe07b


#cbe07b Border Color

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

This div border color is #cbe07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe07b


Comments

No comments written yet.

Please login to write comment.