Color Hex Logo

#cbee74 Color Hex

#CBEE74
(203,238,116)
0 Favorites   0 Comments

Color spaces of #cbee74

RGB 203238116
HSL0.210.780.69
HSV77°51°93°
CMYK 0.150.000.51   0.07
XYZ58.355575.106527.9443
Yxy75.10650.36150.4653
Hunter Lab86.6640-31.468441.5471
CIE-Lab89.4429-29.532154.6993

#cbee74 color RGB value is (203,238,116).

#cbee74 hex color red value is 203, green value is 238 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #cbee74 hue: 0.21 , saturation: 0.78 and the lightness value of cbee74 is 0.69.

The process color (four color CMYK) of #cbee74 color hex is 0.15, 0.00, 0.51, 0.07. Web safe color of #cbee74 is #ccff66. Color #cbee74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101110 01110100
Octal 313 356 164
Decimal 203 238 116
Hex CB EE 74

RGB Percentages of Color #cbee74

%36.45
%42.73
%20.83

CMYK Percentages of Color #cbee74

%15
%0
%51
%7

Triadic Colors of #cbee74

#cbee74 #74cbee #ee74cb

Analogous Colors of #cbee74

#cbee74 #8eee74 #eed474

Monochromatic Colors of #cbee74

#cbee74

Complementary Color

#cbee74 #9774ee

#cbee74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbee74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbee74 Color CSS Codes

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

#cbee74 Text Font Color

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

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


#cbee74 Background Color

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

This div background color is #cbee74


#cbee74 Border Color

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

This div border color is #cbee74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbee74


Comments

No comments written yet.

Please login to write comment.