Color Hex Logo

#cefa73 Color Hex

#CEFA73
(206,250,115)
0 Favorites   0 Comments

Color spaces of #cefa73

RGB 206250115
HSL0.220.930.72
HSV80°54°98°
CMYK 0.180.000.54   0.02
XYZ62.733782.730828.8819
Yxy82.73080.35980.4745
Hunter Lab90.9565-36.060444.8429
CIE-Lab92.8965-34.045759.2479

#cefa73 color RGB value is (206,250,115).

#cefa73 hex color red value is 206, green value is 250 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cefa73 hue: 0.22 , saturation: 0.93 and the lightness value of cefa73 is 0.72.

The process color (four color CMYK) of #cefa73 color hex is 0.18, 0.00, 0.54, 0.02. Web safe color of #cefa73 is #ccff66. Color #cefa73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 01110011
Octal 316 372 163
Decimal 206 250 115
Hex CE FA 73

RGB Percentages of Color #cefa73

%36.08
%43.78
%20.14

CMYK Percentages of Color #cefa73

%18
%0
%54
%2

Triadic Colors of #cefa73

#cefa73 #73cefa #fa73ce

Analogous Colors of #cefa73

#cefa73 #8bfa73 #fae373

Monochromatic Colors of #cefa73

#cefa73

Complementary Color

#cefa73 #9f73fa

#cefa73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefa73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefa73 Color CSS Codes

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

#cefa73 Text Font Color

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

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


#cefa73 Background Color

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

This div background color is #cefa73


#cefa73 Border Color

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

This div border color is #cefa73


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,250,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cefa73; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cefa73;
  -webkit-box-shadow: 1px 1px 3px 2px #cefa73;
  box-shadow:         1px 1px 3px 2px #cefa73; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,250,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefa73


Comments

No comments written yet.

Please login to write comment.