Color Hex Logo

#cbe470 Color Hex

#CBE470
(203,228,112)
0 Favorites   0 Comments

Color spaces of #cbe470

RGB 203228112
HSL0.200.680.67
HSV73°51°89°
CMYK 0.110.000.51   0.11
XYZ55.296669.353225.8013
Yxy69.35320.36750.4610
Hunter Lab83.2786-27.214339.9258
CIE-Lab86.6787-25.176353.2693

#cbe470 color RGB value is (203,228,112).

#cbe470 hex color red value is 203, green value is 228 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cbe470 hue: 0.20 , saturation: 0.68 and the lightness value of cbe470 is 0.67.

The process color (four color CMYK) of #cbe470 color hex is 0.11, 0.00, 0.51, 0.11. Web safe color of #cbe470 is #cccc66. Color #cbe470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 01110000
Octal 313 344 160
Decimal 203 228 112
Hex CB E4 70

RGB Percentages of Color #cbe470

%37.38
%41.99
%20.63

CMYK Percentages of Color #cbe470

%11
%0
%51
%11

Triadic Colors of #cbe470

#cbe470 #70cbe4 #e470cb

Analogous Colors of #cbe470

#cbe470 #91e470 #e4c370

Monochromatic Colors of #cbe470

#cbe470

Complementary Color

#cbe470 #8970e4

#cbe470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe470 Color CSS Codes

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

#cbe470 Text Font Color

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

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


#cbe470 Background Color

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

This div background color is #cbe470


#cbe470 Border Color

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

This div border color is #cbe470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe470


Comments

No comments written yet.

Please login to write comment.