Color Hex Logo

#cbe86d Color Hex

#CBE86D
(203,232,109)
0 Favorites   0 Comments

Color spaces of #cbe86d

RGB 203232109
HSL0.210.730.67
HSV74°53°91°
CMYK 0.130.000.53   0.09
XYZ56.245571.513925.3071
Yxy71.51390.36750.4672
Hunter Lab84.5659-29.268441.4531
CIE-Lab87.7341-27.351655.8843

#cbe86d color RGB value is (203,232,109).

#cbe86d hex color red value is 203, green value is 232 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cbe86d hue: 0.21 , saturation: 0.73 and the lightness value of cbe86d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101000 01101101
Octal 313 350 155
Decimal 203 232 109
Hex CB E8 6D

RGB Percentages of Color #cbe86d

%37.32
%42.65
%20.04

CMYK Percentages of Color #cbe86d

%13
%0
%53
%9

Triadic Colors of #cbe86d

#cbe86d #6dcbe8 #e86dcb

Analogous Colors of #cbe86d

#cbe86d #8ee86d #e8c86d

Monochromatic Colors of #cbe86d

#cbe86d

Complementary Color

#cbe86d #8a6de8

#cbe86d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe86d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe86d Color CSS Codes

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

#cbe86d Text Font Color

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

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


#cbe86d Background Color

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

This div background color is #cbe86d


#cbe86d Border Color

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

This div border color is #cbe86d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe86d


Comments

No comments written yet.

Please login to write comment.