Color Hex Logo

#cbea64 Color Hex

#CBEA64
(203,234,100)
0 Favorites   0 Comments

Color spaces of #cbea64

RGB 203234100
HSL0.210.760.65
HSV74°57°92°
CMYK 0.130.000.57   0.08
XYZ56.351772.462223.0732
Yxy72.46220.37100.4771
Hunter Lab85.1247-30.803143.5167
CIE-Lab88.1906-29.055260.4015

#cbea64 color RGB value is (203,234,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 01100100
Octal 313 352 144
Decimal 203 234 100
Hex CB EA 64

RGB Percentages of Color #cbea64

%37.80
%43.58
%18.62

CMYK Percentages of Color #cbea64

%13
%0
%57
%8

Triadic Colors of #cbea64

#cbea64 #64cbea #ea64cb

Analogous Colors of #cbea64

#cbea64 #88ea64 #eac664

Monochromatic Colors of #cbea64

#cbea64

Complementary Color

#cbea64 #8364ea

#cbea64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbea64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbea64 Color CSS Codes

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

#cbea64 Text Font Color

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

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


#cbea64 Background Color

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

This div background color is #cbea64


#cbea64 Border Color

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

This div border color is #cbea64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbea64


Comments

No comments written yet.

Please login to write comment.