Color Hex Logo

#cfe675 Color Hex

#CFE675
(207,230,117)
0 Favorites   0 Comments

Color spaces of #cfe675

RGB 207230117
HSL0.200.690.68
HSV72°49°90°
CMYK 0.100.000.49   0.10
XYZ57.239871.143427.5448
Yxy71.14340.36710.4563
Hunter Lab84.3465-26.471639.6804
CIE-Lab87.5546-24.118952.0524

#cfe675 color RGB value is (207,230,117).

#cfe675 hex color red value is 207, green value is 230 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #cfe675 hue: 0.20 , saturation: 0.69 and the lightness value of cfe675 is 0.68.

The process color (four color CMYK) of #cfe675 color hex is 0.10, 0.00, 0.49, 0.10. Web safe color of #cfe675 is #ccff66. Color #cfe675 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100110 01110101
Octal 317 346 165
Decimal 207 230 117
Hex CF E6 75

RGB Percentages of Color #cfe675

%37.36
%41.52
%21.12

CMYK Percentages of Color #cfe675

%10
%0
%49
%10

Triadic Colors of #cfe675

#cfe675 #75cfe6 #e675cf

Analogous Colors of #cfe675

#cfe675 #97e675 #e6c575

Monochromatic Colors of #cfe675

#cfe675

Complementary Color

#cfe675 #8c75e6

#cfe675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe675 Color CSS Codes

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

#cfe675 Text Font Color

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

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


#cfe675 Background Color

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

This div background color is #cfe675


#cfe675 Border Color

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

This div border color is #cfe675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe675


Comments

No comments written yet.

Please login to write comment.