Color Hex Logo

#cefa7d Color Hex

#CEFA7D
(206,250,125)
0 Favorites   0 Comments

Color spaces of #cefa7d

RGB 206250125
HSL0.230.930.74
HSV81°50°98°
CMYK 0.180.000.50   0.02
XYZ63.340982.973732.0791
Yxy82.97370.35510.4651
Hunter Lab91.0899-35.284342.8828
CIE-Lab93.0029-33.104654.8547

#cefa7d color RGB value is (206,250,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 01111101
Octal 316 372 175
Decimal 206 250 125
Hex CE FA 7D

RGB Percentages of Color #cefa7d

%35.46
%43.03
%21.51

CMYK Percentages of Color #cefa7d

%18
%0
%50
%2

Triadic Colors of #cefa7d

#cefa7d #7dcefa #fa7dce

Analogous Colors of #cefa7d

#cefa7d #90fa7d #fae87d

Monochromatic Colors of #cefa7d

#cefa7d

Complementary Color

#cefa7d #a97dfa

#cefa7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefa7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefa7d Color CSS Codes

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

#cefa7d Text Font Color

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

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


#cefa7d Background Color

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

This div background color is #cefa7d


#cefa7d Border Color

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

This div border color is #cefa7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefa7d


Comments

No comments written yet.

Please login to write comment.