Color Hex Logo

#cfed5d Color Hex

#CFED5D
(207,237,93)
0 Favorites   0 Comments

Color spaces of #cfed5d

RGB 20723793
HSL0.200.800.65
HSV73°61°93°
CMYK 0.130.000.61   0.07
XYZ57.992174.624121.7033
Yxy74.62410.37580.4836
Hunter Lab86.3852-31.343645.5737
CIE-Lab89.2166-29.440964.5786

#cfed5d color RGB value is (207,237,93).

#cfed5d hex color red value is 207, green value is 237 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cfed5d hue: 0.20 , saturation: 0.80 and the lightness value of cfed5d is 0.65.

The process color (four color CMYK) of #cfed5d color hex is 0.13, 0.00, 0.61, 0.07. Web safe color of #cfed5d is #ccff66. Color #cfed5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101101 01011101
Octal 317 355 135
Decimal 207 237 93
Hex CF ED 5D

RGB Percentages of Color #cfed5d

%38.55
%44.13
%17.32

CMYK Percentages of Color #cfed5d

%13
%0
%61
%7

Triadic Colors of #cfed5d

#cfed5d #5dcfed #ed5dcf

Analogous Colors of #cfed5d

#cfed5d #87ed5d #edc35d

Monochromatic Colors of #cfed5d

#cfed5d

Complementary Color

#cfed5d #7b5ded

#cfed5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfed5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfed5d Color CSS Codes

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

#cfed5d Text Font Color

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

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


#cfed5d Background Color

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

This div background color is #cfed5d


#cfed5d Border Color

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

This div border color is #cfed5d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,237,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfed5d


Comments

No comments written yet.

Please login to write comment.