Color Hex Logo

#cbe06f Color Hex

#CBE06F
(203,224,111)
0 Favorites   0 Comments

Color spaces of #cbe06f

RGB 203224111
HSL0.200.650.66
HSV71°50°88°
CMYK 0.090.000.50   0.12
XYZ54.153567.155525.1470
Yxy67.15550.36980.4585
Hunter Lab81.9485-25.452739.1700
CIE-Lab85.5824-23.347452.4343

#cbe06f color RGB value is (203,224,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 01101111
Octal 313 340 157
Decimal 203 224 111
Hex CB E0 6F

RGB Percentages of Color #cbe06f

%37.73
%41.64
%20.63

CMYK Percentages of Color #cbe06f

%9
%0
%50
%12

Triadic Colors of #cbe06f

#cbe06f #6fcbe0 #e06fcb

Analogous Colors of #cbe06f

#cbe06f #93e06f #e0bd6f

Monochromatic Colors of #cbe06f

#cbe06f

Complementary Color

#cbe06f #846fe0

#cbe06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe06f Color CSS Codes

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

#cbe06f Text Font Color

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

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


#cbe06f Background Color

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

This div background color is #cbe06f


#cbe06f Border Color

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

This div border color is #cbe06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe06f


Comments

No comments written yet.

Please login to write comment.