Color Hex Logo

#cbeb72 Color Hex

#CBEB72
(203,235,114)
0 Favorites   0 Comments

Color spaces of #cbeb72

RGB 203235114
HSL0.210.750.68
HSV76°51°92°
CMYK 0.140.000.51   0.08
XYZ57.374273.328127.0494
Yxy73.32810.36370.4648
Hunter Lab85.6318-30.258941.2137
CIE-Lab88.6040-28.311754.6245

#cbeb72 color RGB value is (203,235,114).

#cbeb72 hex color red value is 203, green value is 235 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cbeb72 hue: 0.21 , saturation: 0.75 and the lightness value of cbeb72 is 0.68.

The process color (four color CMYK) of #cbeb72 color hex is 0.14, 0.00, 0.51, 0.08. Web safe color of #cbeb72 is #ccff66. Color #cbeb72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 01110010
Octal 313 353 162
Decimal 203 235 114
Hex CB EB 72

RGB Percentages of Color #cbeb72

%36.78
%42.57
%20.65

CMYK Percentages of Color #cbeb72

%14
%0
%51
%8

Triadic Colors of #cbeb72

#cbeb72 #72cbeb #eb72cb

Analogous Colors of #cbeb72

#cbeb72 #8feb72 #ebcf72

Monochromatic Colors of #cbeb72

#cbeb72

Complementary Color

#cbeb72 #9272eb

#cbeb72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeb72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeb72 Color CSS Codes

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

#cbeb72 Text Font Color

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

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


#cbeb72 Background Color

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

This div background color is #cbeb72


#cbeb72 Border Color

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

This div border color is #cbeb72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeb72


Comments

No comments written yet.

Please login to write comment.