Color Hex Logo

#cbe71f Color Hex

#CBE71F
(203,231,31)
0 Favorites   0 Comments

Color spaces of #cbe71f

RGB 20323131
HSL0.190.810.51
HSV68°87°91°
CMYK 0.120.000.87   0.09
XYZ53.451869.947311.9803
Yxy69.94730.39480.5167
Hunter Lab83.6345-32.278950.0511
CIE-Lab86.9710-31.130981.6994

#cbe71f color RGB value is (203,231,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100111 00011111
Octal 313 347 37
Decimal 203 231 31
Hex CB E7 1F

RGB Percentages of Color #cbe71f

%43.66
%49.68
%6.67

CMYK Percentages of Color #cbe71f

%12
%0
%87
%9

Triadic Colors of #cbe71f

#cbe71f #1fcbe7 #e71fcb

Analogous Colors of #cbe71f

#cbe71f #67e71f #e79f1f

Monochromatic Colors of #cbe71f

#cbe71f

Complementary Color

#cbe71f #3b1fe7

#cbe71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe71f Color CSS Codes

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

#cbe71f Text Font Color

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

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


#cbe71f Background Color

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

This div background color is #cbe71f


#cbe71f Border Color

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

This div border color is #cbe71f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,231,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 #cbe71f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe71f


Comments

No comments written yet.

Please login to write comment.