Color Hex Logo

#cefa95 Color Hex

#CEFA95
(206,250,149)
0 Favorites   0 Comments

Color spaces of #cefa95

RGB 206250149
HSL0.240.910.78
HSV86°40°98°
CMYK 0.180.000.40   0.02
XYZ65.064083.663041.1531
Yxy83.66300.34270.4406
Hunter Lab91.4675-33.094837.3514
CIE-Lab93.3039-30.477243.8520

#cefa95 color RGB value is (206,250,149).

#cefa95 hex color red value is 206, green value is 250 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #cefa95 hue: 0.24 , saturation: 0.91 and the lightness value of cefa95 is 0.78.

The process color (four color CMYK) of #cefa95 color hex is 0.18, 0.00, 0.40, 0.02. Web safe color of #cefa95 is #ccff99. Color #cefa95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 10010101
Octal 316 372 225
Decimal 206 250 149
Hex CE FA 95

RGB Percentages of Color #cefa95

%34.05
%41.32
%24.63

CMYK Percentages of Color #cefa95

%18
%0
%40
%2

Triadic Colors of #cefa95

#cefa95 #95cefa #fa95ce

Analogous Colors of #cefa95

#cefa95 #9cfa95 #faf495

Monochromatic Colors of #cefa95

#cefa95

Complementary Color

#cefa95 #c195fa

#cefa95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefa95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefa95 Color CSS Codes

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

#cefa95 Text Font Color

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

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


#cefa95 Background Color

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

This div background color is #cefa95


#cefa95 Border Color

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

This div border color is #cefa95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefa95


Comments

No comments written yet.

Please login to write comment.