Color Hex Logo

#cbe64f Color Hex

#CBE64F
(203,230,79)
0 Favorites   0 Comments

Color spaces of #cbe64f

RGB 20323079
HSL0.200.750.61
HSV71°66°90°
CMYK 0.120.000.66   0.10
XYZ54.336769.854718.0166
Yxy69.85470.38210.4912
Hunter Lab83.5791-30.216545.7246
CIE-Lab86.9256-28.669967.6582

#cbe64f color RGB value is (203,230,79).

#cbe64f hex color red value is 203, green value is 230 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cbe64f hue: 0.20 , saturation: 0.75 and the lightness value of cbe64f is 0.61.

The process color (four color CMYK) of #cbe64f color hex is 0.12, 0.00, 0.66, 0.10. Web safe color of #cbe64f is #ccff66. Color #cbe64f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100110 01001111
Octal 313 346 117
Decimal 203 230 79
Hex CB E6 4F

RGB Percentages of Color #cbe64f

%39.65
%44.92
%15.43

CMYK Percentages of Color #cbe64f

%12
%0
%66
%10

Triadic Colors of #cbe64f

#cbe64f #4fcbe6 #e64fcb

Analogous Colors of #cbe64f

#cbe64f #80e64f #e6b64f

Monochromatic Colors of #cbe64f

#cbe64f

Complementary Color

#cbe64f #6a4fe6

#cbe64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe64f Color CSS Codes

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

#cbe64f Text Font Color

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

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


#cbe64f Background Color

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

This div background color is #cbe64f


#cbe64f Border Color

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

This div border color is #cbe64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe64f


Comments

No comments written yet.

Please login to write comment.