Color Hex Logo

#cbe047 Color Hex

#CBE047
(203,224,71)
0 Favorites   0 Comments

Color spaces of #cbe047

RGB 20322471
HSL0.190.710.58
HSV68°68°88°
CMYK 0.090.000.68   0.12
XYZ52.421666.462816.0269
Yxy66.46280.38860.4926
Hunter Lab81.5247-27.890145.4115
CIE-Lab85.2319-26.303568.9388

#cbe047 color RGB value is (203,224,71).

#cbe047 hex color red value is 203, green value is 224 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #cbe047 hue: 0.19 , saturation: 0.71 and the lightness value of cbe047 is 0.58.

The process color (four color CMYK) of #cbe047 color hex is 0.09, 0.00, 0.68, 0.12. Web safe color of #cbe047 is #cccc33. Color #cbe047 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 01000111
Octal 313 340 107
Decimal 203 224 71
Hex CB E0 47

RGB Percentages of Color #cbe047

%40.76
%44.98
%14.26

CMYK Percentages of Color #cbe047

%9
%0
%68
%12

Triadic Colors of #cbe047

#cbe047 #47cbe0 #e047cb

Analogous Colors of #cbe047

#cbe047 #7fe047 #e0a947

Monochromatic Colors of #cbe047

#cbe047

Complementary Color

#cbe047 #5c47e0

#cbe047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe047 Color CSS Codes

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

#cbe047 Text Font Color

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

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


#cbe047 Background Color

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

This div background color is #cbe047


#cbe047 Border Color

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

This div border color is #cbe047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe047


Comments

No comments written yet.

Please login to write comment.