Color Hex Logo

#cbe81f Color Hex

#CBE81F
(203,232,31)
0 Favorites   0 Comments

Color spaces of #cbe81f

RGB 20323231
HSL0.190.810.52
HSV69°87°91°
CMYK 0.130.000.87   0.09
XYZ53.732570.508712.0739
Yxy70.50870.39420.5172
Hunter Lab83.9695-32.723550.2534
CIE-Lab87.2458-31.594081.9241

#cbe81f color RGB value is (203,232,31).

#cbe81f hex color red value is 203, green value is 232 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cbe81f hue: 0.19 , saturation: 0.81 and the lightness value of cbe81f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101000 00011111
Octal 313 350 37
Decimal 203 232 31
Hex CB E8 1F

RGB Percentages of Color #cbe81f

%43.56
%49.79
%6.65

CMYK Percentages of Color #cbe81f

%13
%0
%87
%9

Triadic Colors of #cbe81f

#cbe81f #1fcbe8 #e81fcb

Analogous Colors of #cbe81f

#cbe81f #67e81f #e8a11f

Monochromatic Colors of #cbe81f

#cbe81f

Complementary Color

#cbe81f #3c1fe8

#cbe81f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe81f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe81f Color CSS Codes

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

#cbe81f Text Font Color

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

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


#cbe81f Background Color

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

This div background color is #cbe81f


#cbe81f Border Color

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

This div border color is #cbe81f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe81f


Comments

No comments written yet.

Please login to write comment.