Color Hex Logo

#cbea78 Color Hex

#CBEA78
(203,234,120)
0 Favorites   0 Comments

Color spaces of #cbea78

RGB 203234120
HSL0.210.730.69
HSV76°49°92°
CMYK 0.130.000.49   0.08
XYZ57.441672.898228.8126
Yxy72.89820.36090.4580
Hunter Lab85.3804-29.325939.7582
CIE-Lab88.3991-27.263451.5968

#cbea78 color RGB value is (203,234,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 01111000
Octal 313 352 170
Decimal 203 234 120
Hex CB EA 78

RGB Percentages of Color #cbea78

%36.45
%42.01
%21.54

CMYK Percentages of Color #cbea78

%13
%0
%49
%8

Triadic Colors of #cbea78

#cbea78 #78cbea #ea78cb

Analogous Colors of #cbea78

#cbea78 #92ea78 #ead078

Monochromatic Colors of #cbea78

#cbea78

Complementary Color

#cbea78 #9778ea

#cbea78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbea78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbea78 Color CSS Codes

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

#cbea78 Text Font Color

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

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


#cbea78 Background Color

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

This div background color is #cbea78


#cbea78 Border Color

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

This div border color is #cbea78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbea78


Comments

No comments written yet.

Please login to write comment.