Color Hex Logo

#cbea7f Color Hex

#CBEA7F
(203,234,127)
0 Favorites   0 Comments

Color spaces of #cbea7f

RGB 203234127
HSL0.210.720.71
HSV77°46°92°
CMYK 0.130.000.46   0.08
XYZ57.882273.074531.1327
Yxy73.07450.35710.4508
Hunter Lab85.4836-28.731438.2454
CIE-Lab88.4832-26.547848.3839

#cbea7f color RGB value is (203,234,127).

#cbea7f hex color red value is 203, green value is 234 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cbea7f hue: 0.21 , saturation: 0.72 and the lightness value of cbea7f is 0.71.

The process color (four color CMYK) of #cbea7f color hex is 0.13, 0.00, 0.46, 0.08. Web safe color of #cbea7f is #ccff66. Color #cbea7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 01111111
Octal 313 352 177
Decimal 203 234 127
Hex CB EA 7F

RGB Percentages of Color #cbea7f

%35.99
%41.49
%22.52

CMYK Percentages of Color #cbea7f

%13
%0
%46
%8

Triadic Colors of #cbea7f

#cbea7f #7fcbea #ea7fcb

Analogous Colors of #cbea7f

#cbea7f #96ea7f #ead47f

Monochromatic Colors of #cbea7f

#cbea7f

Complementary Color

#cbea7f #9e7fea

#cbea7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbea7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbea7f Color CSS Codes

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

#cbea7f Text Font Color

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

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


#cbea7f Background Color

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

This div background color is #cbea7f


#cbea7f Border Color

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

This div border color is #cbea7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbea7f


Comments

No comments written yet.

Please login to write comment.