Color Hex Logo

#cff15d Color Hex

#CFF15D
(207,241,93)
0 Favorites   0 Comments

Color spaces of #cff15d

RGB 20724193
HSL0.200.840.65
HSV74°61°95°
CMYK 0.140.000.61   0.05
XYZ59.163276.966322.0937
Yxy76.96630.37390.4864
Hunter Lab87.7304-33.152446.4799
CIE-Lab90.3061-31.301365.7607

#cff15d color RGB value is (207,241,93).

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

The process color (four color CMYK) of #cff15d color hex is 0.14, 0.00, 0.61, 0.05. Web safe color of #cff15d is #ccff66. Color #cff15d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11110001 01011101
Octal 317 361 135
Decimal 207 241 93
Hex CF F1 5D

RGB Percentages of Color #cff15d

%38.26
%44.55
%17.19

CMYK Percentages of Color #cff15d

%14
%0
%61
%5

Triadic Colors of #cff15d

#cff15d #5dcff1 #f15dcf

Analogous Colors of #cff15d

#cff15d #85f15d #f1c95d

Monochromatic Colors of #cff15d

#cff15d

Complementary Color

#cff15d #7f5df1

#cff15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff15d Color CSS Codes

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

#cff15d Text Font Color

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

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


#cff15d Background Color

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

This div background color is #cff15d


#cff15d Border Color

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

This div border color is #cff15d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,241,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 #cff15d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff15d


Comments

No comments written yet.

Please login to write comment.