Color Hex Logo

#cfe68a Color Hex

#CFE68A
(207,230,138)
0 Favorites   0 Comments

Color spaces of #cfe68a

RGB 207230138
HSL0.210.650.72
HSV75°40°90°
CMYK 0.100.000.40   0.10
XYZ58.616471.694034.7937
Yxy71.69400.35500.4342
Hunter Lab84.6723-24.605734.9071
CIE-Lab87.8211-21.909342.2678

#cfe68a color RGB value is (207,230,138).

#cfe68a hex color red value is 207, green value is 230 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cfe68a hue: 0.21 , saturation: 0.65 and the lightness value of cfe68a is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100110 10001010
Octal 317 346 212
Decimal 207 230 138
Hex CF E6 8A

RGB Percentages of Color #cfe68a

%36.00
%40.00
%24.00

CMYK Percentages of Color #cfe68a

%10
%0
%40
%10

Triadic Colors of #cfe68a

#cfe68a #8acfe6 #e68acf

Analogous Colors of #cfe68a

#cfe68a #a1e68a #e6cf8a

Monochromatic Colors of #cfe68a

#cfe68a

Complementary Color

#cfe68a #a18ae6

#cfe68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe68a Color CSS Codes

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

#cfe68a Text Font Color

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

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


#cfe68a Background Color

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

This div background color is #cfe68a


#cfe68a Border Color

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

This div border color is #cfe68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe68a


Comments

No comments written yet.

Please login to write comment.