Color Hex Logo

#cbe93f Color Hex

#CBE93F
(203,233,63)
0 Favorites   0 Comments

Color spaces of #cbe93f

RGB 20323363
HSL0.200.790.58
HSV71°73°91°
CMYK 0.130.000.73   0.09
XYZ54.664771.333215.5902
Yxy71.33320.38610.5038
Hunter Lab84.4590-32.272048.1770
CIE-Lab87.6466-30.944774.0701

#cbe93f color RGB value is (203,233,63).

#cbe93f hex color red value is 203, green value is 233 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cbe93f hue: 0.20 , saturation: 0.79 and the lightness value of cbe93f is 0.58.

The process color (four color CMYK) of #cbe93f color hex is 0.13, 0.00, 0.73, 0.09. Web safe color of #cbe93f is #ccff33. Color #cbe93f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101001 00111111
Octal 313 351 77
Decimal 203 233 63
Hex CB E9 3F

RGB Percentages of Color #cbe93f

%40.68
%46.69
%12.63

CMYK Percentages of Color #cbe93f

%13
%0
%73
%9

Triadic Colors of #cbe93f

#cbe93f #3fcbe9 #e93fcb

Analogous Colors of #cbe93f

#cbe93f #76e93f #e9b23f

Monochromatic Colors of #cbe93f

#cbe93f

Complementary Color

#cbe93f #5d3fe9

#cbe93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe93f Color CSS Codes

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

#cbe93f Text Font Color

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

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


#cbe93f Background Color

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

This div background color is #cbe93f


#cbe93f Border Color

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

This div border color is #cbe93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe93f


Comments

No comments written yet.

Please login to write comment.