Color Hex Logo

#cefaa5 Color Hex

#CEFAA5
(206,250,165)
0 Favorites   0 Comments

Color spaces of #cefaa5

RGB 206250165
HSL0.250.890.81
HSV91°34°98°
CMYK 0.180.000.34   0.02
XYZ66.430784.209648.3501
Yxy84.20960.33380.4232
Hunter Lab91.7658-31.371232.9970
CIE-Lab93.5415-28.436936.2806

#cefaa5 color RGB value is (206,250,165).

#cefaa5 hex color red value is 206, green value is 250 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #cefaa5 hue: 0.25 , saturation: 0.89 and the lightness value of cefaa5 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 10100101
Octal 316 372 245
Decimal 206 250 165
Hex CE FA A5

RGB Percentages of Color #cefaa5

%33.17
%40.26
%26.57

CMYK Percentages of Color #cefaa5

%18
%0
%34
%2

Triadic Colors of #cefaa5

#cefaa5 #a5cefa #faa5ce

Analogous Colors of #cefaa5

#cefaa5 #a5faa7 #f9faa5

Monochromatic Colors of #cefaa5

#cefaa5

Complementary Color

#cefaa5 #d1a5fa

#cefaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefaa5 Color CSS Codes

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

#cefaa5 Text Font Color

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

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


#cefaa5 Background Color

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

This div background color is #cefaa5


#cefaa5 Border Color

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

This div border color is #cefaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefaa5


Comments

No comments written yet.

Please login to write comment.