Color Hex Logo

#cbea68 Color Hex

#CBEA68
(203,234,104)
0 Favorites   0 Comments

Color spaces of #cbea68

RGB 203234104
HSL0.210.760.66
HSV74°56°92°
CMYK 0.130.000.56   0.08
XYZ56.550172.541624.1181
Yxy72.54160.36910.4735
Hunter Lab85.1714-30.533642.8307
CIE-Lab88.2286-28.726858.6937

#cbea68 color RGB value is (203,234,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 01101000
Octal 313 352 150
Decimal 203 234 104
Hex CB EA 68

RGB Percentages of Color #cbea68

%37.52
%43.25
%19.22

CMYK Percentages of Color #cbea68

%13
%0
%56
%8

Triadic Colors of #cbea68

#cbea68 #68cbea #ea68cb

Analogous Colors of #cbea68

#cbea68 #8aea68 #eac868

Monochromatic Colors of #cbea68

#cbea68

Complementary Color

#cbea68 #8768ea

#cbea68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbea68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbea68 Color CSS Codes

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

#cbea68 Text Font Color

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

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


#cbea68 Background Color

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

This div background color is #cbea68


#cbea68 Border Color

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

This div border color is #cbea68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbea68


Comments

No comments written yet.

Please login to write comment.