Color Hex Logo

#cfeb70 Color Hex

#CFEB70
(207,235,112)
0 Favorites   0 Comments

Color spaces of #cfeb70

RGB 207235112
HSL0.200.750.68
HSV74°52°92°
CMYK 0.120.000.52   0.08
XYZ58.365173.851926.5079
Yxy73.85190.36770.4653
Hunter Lab85.9371-29.159841.8676
CIE-Lab88.8524-26.963955.8975

#cfeb70 color RGB value is (207,235,112).

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

The process color (four color CMYK) of #cfeb70 color hex is 0.12, 0.00, 0.52, 0.08. Web safe color of #cfeb70 is #ccff66. Color #cfeb70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101011 01110000
Octal 317 353 160
Decimal 207 235 112
Hex CF EB 70

RGB Percentages of Color #cfeb70

%37.36
%42.42
%20.22

CMYK Percentages of Color #cfeb70

%12
%0
%52
%8

Triadic Colors of #cfeb70

#cfeb70 #70cfeb #eb70cf

Analogous Colors of #cfeb70

#cfeb70 #92eb70 #ebca70

Monochromatic Colors of #cfeb70

#cfeb70

Complementary Color

#cfeb70 #8c70eb

#cfeb70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfeb70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfeb70 Color CSS Codes

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

#cfeb70 Text Font Color

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

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


#cfeb70 Background Color

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

This div background color is #cfeb70


#cfeb70 Border Color

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

This div border color is #cfeb70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfeb70


Comments

No comments written yet.

Please login to write comment.